home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / ScriptLanguage.app / English.lproj / ScriptLanguage.nib / data.classes next >
Encoding:
Text File  |  1995-02-16  |  456 b   |  14 lines

  1. ScriptLanguageController = {
  2.     ACTIONS = {"newWorkspace:" = "newWorkspace:"; "showInfo:" = "showInfo:"; }; 
  3.     SUPERCLASS = Object; 
  4. };
  5. ScriptEvaluator = {
  6.     ACTIONS = {"evaluate:" = "evaluate:"; }; 
  7.     OUTLETS = {evaluateButton = evaluateButton; input = input; output = output; }; 
  8.     SUPERCLASS = Object; 
  9. };
  10. FirstResponder = {
  11.     ACTIONS = {"doIt:" = "doIt:"; "inspectIt:" = "inspectIt:"; "showIt:" = "showIt:"; }; 
  12.     SUPERCLASS = Object; 
  13. };
  14.